projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c887b2
)
quartz: Strip newlines from g_warning and g_error
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Feb 2016 17:20:56 +0000
(12:20 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Feb 2016 17:23:12 +0000
(12:23 -0500)
g_logv adds one for us already.
gdk/quartz/gdkselection-quartz.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/gdkselection-quartz.c
b/gdk/quartz/gdkselection-quartz.c
index bb57a749e901362d2a38d20dc050835222d0b2ca..c6014a25795f683985f769ee79cd9b0cd1d685ad 100644
(file)
--- a/
gdk/quartz/gdkselection-quartz.c
+++ b/
gdk/quartz/gdkselection-quartz.c
@@
-162,7
+162,7
@@
_gdk_quartz_display_text_property_to_utf8_list (GdkDisplay *display,
{
gchar *enc_name = gdk_atom_name (encoding);
- g_warning ("gdk_text_property_to_utf8_list_for_display: encoding %s not handled
\n
", enc_name);
+ g_warning ("gdk_text_property_to_utf8_list_for_display: encoding %s not handled", enc_name);
g_free (enc_name);
if (list)